Updates
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 4 Jun 2007 15:36:25 +0000 (15:36 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 4 Jun 2007 15:36:25 +0000 (15:36 +0000)
svn path=/trunk/; revision=18026

ChangeLog
NEWS
README.in

index 3285c4ec493ecbe886a87ba75e79d7663c9dbfdb..476a95ef562e9798ec65f82c21d571d5e79d464d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-04  Michael Natterer  <mitch@imendio.com>
+
+       * NEWS:
+       * README.in: Updates
+
 2007-06-04  Michael Natterer  <mitch@imendio.com>
 
        Move "move-focus" signals from several widgets to GtkWidget to
diff --git a/NEWS b/NEWS
index b25ab83619f6e896b2452db606089b7751395439..da73afc5bb2b38aea815e6363b3a31a256e035e6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -36,10 +36,15 @@ Overview of Changes from GTK+ 2.11.0 to 2.11.1
  79585         GtkTextView API to change cursor color
  132818 Allow GtkTextMark subclasses to be used in GtkTextBuffer
  348065 [PATCH] Remove automagic status of xinerama dependency
+ 441443 jpeg loader does not set error upon abortion
+ 386935 gtk_notebook_set_window_creation_hook only allows one...
+ 414947 Move "move-focus" signal to GtkWidget
+
 
 * Updated translations:
  Thai (th)
  Spanish (es)
+ Norwegian bokmÃ¥l (nb)
 
 
 Overview of Changes from GTK+ 2.10.x to 2.11
index ff62e5efe919df48a6d1f03b9a9563c089c76258..142f8c95fc1e1754a4a6b3b7793976f8ca5bb304 100644 (file)
--- a/README.in
+++ b/README.in
@@ -58,6 +58,16 @@ Release notes for 2.12
   of another structure (in particular GnomeCanvas and its clones do not need
   recompiling).
 
+* Another new signal has been added to GtkNotebook. The new signal
+  is called create-window, so this name can no longer be used for signals
+  in objects derived from GtkNotebook.
+
+* The move-focus signal has been moved to GtkWidget, to unify the 
+  various implementations of this signal in specific widgets. Great care 
+  has been taken to make sure that all code using this signal continues
+  to work.
+
+
 Release notes for 2.10
 ======================